Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix buffer leak #63

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Fix buffer leak #63

merged 1 commit into from
Aug 3, 2023

Conversation

swhitty
Copy link
Owner

@swhitty swhitty commented Aug 3, 2023

The UnsafeMutablePointer instances should be deallocated once they are no longer needed.

@swhitty swhitty linked an issue Aug 3, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8b195ab) 98.56% compared to head (d4212cc) 98.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files          48       48           
  Lines        2715     2717    +2     
=======================================
+ Hits         2676     2678    +2     
  Misses         39       39           
Files Changed Coverage Δ
FlyingSocks/Sources/SocketAddress.swift 98.92% <100.00%> (+0.02%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swhitty swhitty merged commit 4b925ad into main Aug 3, 2023
16 checks passed
@swhitty swhitty deleted the issue/62-address-leak branch August 3, 2023 06:02
@swhitty swhitty mentioned this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small leak in makeAddress
1 participant